home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 41 / Amiga Format CD41 (1999-06)(Future Publishing)(GB)[!][issue 1999-07].iso / -screenplay- / otherstuff / jst_dev / installwizard / source / makefile < prev   
Makefile  |  1999-04-20  |  109b  |  7 lines

  1. PROGNAME = %loaderfile%
  2.  
  3. all : $(PROGNAME)
  4.  
  5. $(PROGNAME) : $(PROGNAME).asm
  6.     phxass $(PROGNAME).asm I=include:
  7.